home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilfile / 1dude / dude.doc < prev    next >
Encoding:
Text File  |  1991-07-24  |  3.4 KB  |  148 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.     ╒════════════════════════════════════════╕
  10.     │                     │
  11.     │                     │
  12.     │      A RENAME REPLACEMENT         │
  13.     │                     │
  14.     │                     │
  15.     ╘════════════════════════════════════════╛
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.     Dos' "RENAME" function is extrememly limited (ain't that obvious !!).
  26. If you are renaming a file, you must specify the entire name, and the
  27. entire name of the replacement file.  If you just want to change one
  28. character within a filename, you get no breaks.  You must type, type, type,
  29. type.....
  30.  
  31.     Also, if you want to rename a group of files, you must manually enter
  32. in every filename plus the replacement filenames.
  33.  
  34.  
  35.  
  36.     Enough of that junk !
  37.  
  38.  
  39.  
  40.   The DUDE allows you to:
  41.  
  42.     1) Rename part of a file
  43.  
  44.     2) Rename a large group of files
  45.  
  46.     3) Rename a single character within multiple files
  47.  
  48.     4) Rename an extension, or the filename without the extension
  49.  
  50.  
  51.  
  52.  
  53.  
  54.       Usage: DUDE [oldstring] [newstring]
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  ========== When dealing with "LIST.COM" =============================
  61.  
  62.  Examples:  DUDE  list.com a.com    -renames LIST.COM to A.COM
  63.  
  64.         DUDE  t.c       a.a        -renames LIST.COM to LISA.AOM
  65.  
  66.         DUDE  om       jj        -renames LIST.COM to LIST.CJJ
  67.  
  68.         DUDE  l       p        -renames LIST.COM to PIST.COM
  69.  
  70.         DUDE  .com      .exe        -renames LIST.COM to LIST.EXE
  71.  
  72.  
  73.  
  74.  ========== When dealing with "VIRUSCAN.EXE" =========================
  75.  
  76.  Examples:  DUDE  e       a        -renames VIRUSCAN.EXE to VIRUSCAN.AXA
  77.  
  78.         DUDE  viru    momma        -renames VIRUSCAN.EXE to MOMMASCAN.EXE
  79.  
  80.         DUDE  viruscan.exe jj.  -renames VIRUSCAN.EXE to JJ.
  81.  
  82.         DUDE  scan       dude     -renames VIRUSCAN.EXE to VIRUDUDE.EXE
  83.  
  84.  
  85.  
  86.  
  87.  
  88.       NOTE:  This program affects the entire directory !
  89.  
  90.       If you use: DUDE A J, then every instance of the letter 'A'
  91.       will be replaced by the letter 'J'.
  92.  
  93.       When changing only one filename, please be very specific about
  94.       the file (use more of the original lettering).
  95.  
  96.  
  97.  
  98.  
  99.  =========================================================================
  100.  
  101.  
  102.  
  103.     The only REAL way to learn how to use the "DUDE" is to
  104.     create a separate directory, copy a couple of files to
  105.     it, and experiment !
  106.  
  107.  
  108.     If you have problems:
  109.  
  110.     1) If you're changing an extension, try adding a "." onto the
  111.        name, or taking off the "." from the name.
  112.  
  113.      Examples:    Filename is MYFILE.DOC
  114.  
  115.         DUDE file.doc stuff.doc   -creates MYSTUFF.DOC
  116.  
  117.     whereas DUDE file stuff       -creates STUFF.
  118.  
  119.     2) If you're having problems, make sure the file doesn't
  120.        already exist.  Obviously, you cannot make two files
  121.        with the same filename.
  122.  
  123.     3) If you screw up and accidentally rename a large directory
  124.        of files, remember, I warned you to experiment first !!
  125.  
  126.  
  127.  
  128.  
  129.  =========================================================================
  130.  
  131.  
  132.  
  133.      This program is part of the "GOOF" Utilities.
  134.  
  135.  
  136.  
  137.     Please don't take this program too seriously, especially considering
  138.     the filename.
  139.  
  140.     I hereby release this program to the public domaine.  Feel free to
  141.     use it, alter it, or do anything else you want.  But most importantly,
  142.     don't allow this program to be used by the Extreme Liberal
  143.     Environmentalists who would have all our corporations shut down in
  144.     order to save the ozone layer.
  145.  
  146.     Here, you worry about the ozone layer while I get to more important
  147.     issues !
  148.